home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir36 / kbd.zip / KBD.DOC next >
Text File  |  1994-01-10  |  5KB  |  130 lines

  1.     
  2.     Computer Tyme KBD * Version 1.41 * Release Date: 11-28-92
  3.     Copyright 1990-92 by Marc Perkel * All Rights Reserved
  4.     
  5.     Computer Tyme * 411 North Sherman, S300 * Springfield Mo. 65802 * USA
  6.     Sales: 800-548-5353 * Support: 417-866-1222 * Modem/Fax: 417-866-1665
  7.      
  8.     * We're moving! - Starting 1995 - Computer Tyme, Fair Grove Mo. 65648
  9.      
  10.     This program is part of a utilities package. Before registering it
  11.     you might want to try out some of the other programs in the package.
  12.      
  13.     You can download these other programs from our BBS at 417-866-1665 or
  14.     from our section on Compuserve. (GO COMPTYME) If you have any questions
  15.     feel free to call us.
  16.      
  17.          ┌─────────────────────────────────────────────────────┐
  18.          │ Evaluation Version. This program is not registered. │
  19.          │    If you want to use it you need to buy a copy.    │
  20.          └─────────────────────────────────────────────────────┘
  21.      
  22.     Price: $20/User, $75/Server, $395/Unlimited
  23.     
  24.     This program is used to control several keyboard functions. It is
  25.     typically used in BATCH files. It can control the Caps Lock,
  26.     Num Lock, and Scroll Lock. It can also lock and unlock the keyboard
  27.     preventing users from interrupting programs. It can stuff up to 16
  28.     characters into the DOS keyboard buffer or clear the keyboard buffer.
  29.     It can turn the Print Screen on and off.
  30.     
  31.     KBD commands are as follows: 
  32.     
  33.        CapsOn    - Turns Caps Lock On.
  34.        CapsOff   - Turns Caps Lock Off.
  35.        NumOn     - Turns Num Lock On.
  36.        NumOff    - Turns Num Lock Off.
  37.        ScrollOn  - Turns Scroll Lock On.
  38.        ScrollOff - Turns Scroll Lock Off.
  39.        PrtScrOn  - Turns Print Screen On.
  40.        PrtScrOff - Turns Print Screen Off.
  41.        Clear     - Clears all Characters from the Keyboard Buffer.
  42.        Lock      - Locks the Keyboard.
  43.        UnLock    - Unlocks the Keyboard.
  44.        Show      - Shows Keyboard Codes that can be Stuffed.
  45.        0..31     - Sets Keyboard Repeat Rate. 0 = Fastest
  46.        ,0..3     - Sets Keyboard Repeat Delay. 0 = Quickest * Default = 1.
  47.     
  48.     Examples:
  49.        KBD CapsOn NumOn  ;Turns both the Caps Lock and Num Lock on.
  50.        KBD Clear Lock    ;Clears the buffer and locks the keyboard.
  51.        KBD 6,1           ;sets repeat rate to 6 and delay to 1.
  52.     
  53.     Stuffing the keyboard buffer is accomplished by putting strings in
  54.     either single or double quotes. Putting a "^" in front of a letter
  55.     sends the control character to the keyboard buffer. Putting a "$"
  56.     in front sends the keyboard value to the buffer.
  57.     
  58.     There are a few key words that stuff characters into the buffer.
  59.     
  60.        F1..F10, SF1..SF10, AF1..AF10, CF1..CF10
  61.        Alt-A..Alt-Z, Alt-1..Alt-0, CR, ESC, TAB, LF, FF
  62.     
  63.     Examples:
  64.        KBD "Dir" CR  ;Stuffs the buffer with the DIR command
  65.                       and a carridge return.
  66.        KBD "Dir" ^M  ;Same as above.
  67.        KBD $3B00     ;Stuffs F1 key into the buffer
  68.     
  69.        KBD ALT-X F1 6 NumOn "Free" CR PrtScrOff
  70.     
  71.        This stuffs AltX, F1, "Free", and a carridge return
  72.        in the keyboard buffer. It sets Num Lock to On and sets the
  73.        keyboard repeat rate to 6, and disables the Print Screen key.
  74.     
  75.     ==========================================================
  76.  
  77.         Make Check             Computer Tyme               Order Form
  78.         Payable To:     411 North Sherman Suite 300
  79.                          Springfield Mo. 65802 USA
  80.  
  81.         We're moving! Starting 1995 our new address will be:
  82.         Computer Tyme, Fair Grove MO. 65648  (It's a small town)
  83.  
  84.         Voice: (417) 866-1222                   Sales: (800) 548-5353
  85.         BBS/Fax: (417) 866-1665   Compuserve: 71333,427 * GO COMPTYME
  86.  
  87.         =============================================================
  88.  
  89.         Company:     ________________________________________________
  90.  
  91.         Name:        ________________________________________________
  92.  
  93.         Address:     ________________________________________________
  94.  
  95.         City/St/Zip: ________________________________________________
  96.  
  97.         Phone:       ________________________________________________
  98.  
  99.         PO. Number:  ________________________________________________
  100.  
  101.         Got From:    ________________________________________________
  102.  
  103.         Comments:    ________________________________________________
  104.  
  105.         Comments:    ________________________________________________
  106.  
  107.  
  108.         ==> KBD * Version 1.41 * Release Date: 11-28-92
  109.  
  110.         ==> Price: $20/User, $75/Server, $395/Unlimited
  111.  
  112.  
  113.         Dos ToolBox: $59.95/User __    MarxMenu: $59.95/User __
  114.  
  115.         Network Survival Kit: (Inc. ToolBox/MarxMenu) $495/Server __
  116.  
  117.         Shipping:     Ground: $3 __    2nd Day:  $6 __
  118.  
  119.                       1 Day: $15 __    Foreign: $15 __
  120.  
  121.         Credit Card Number: _______________ Expiration Date: ________
  122.  
  123.         Signature: __________________________________________________
  124.  
  125.                   Master Card: __   Visa: __   Discover: __
  126.  
  127.                     * We do not take American Express *
  128.  
  129.         =============================================================
  130.